Fix a bug in the Dockerfile for BaSIC flatfield estimation#608
Open
ndonyapour wants to merge 1 commit intoPolusAI:masterfrom
Open
Fix a bug in the Dockerfile for BaSIC flatfield estimation#608ndonyapour wants to merge 1 commit intoPolusAI:masterfrom
ndonyapour wants to merge 1 commit intoPolusAI:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the BaSiC flatfield estimation tool Docker image and developer docs so local installs and container runs match how we ship the package (no committed
uv.lock).Changes
liblzma-devbefore building Python 3.12 from source so the stdliblzma/_lzmamodule exists. This fixes import failures throughbasicpy→pooch→lzma.pip install --upgrade pipbeforepip install .to improve behavior for PEP 517 builds and git URL dependencies.os-releaseblock (noise only).uv pip install -e ./uv pip install -e ".[dev]"instead ofuv sync, since we are not committinguv.lockfor this package.flatfieldestimationusingbasicalgorithm..cwl→flatfieldestimationusingbasicalgorithm.cwl(typo: double dot).